home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / c / cxref_1_4a.lha / INSTALL < prev    next >
Text File  |  1996-10-27  |  1KB  |  37 lines

  1.                 C Cross Referencing & Documentation tool.
  2.                 =========================================
  3.  
  4. To install the program, do the following:
  5.  
  6. 1) Edit the Makefile.config in this directory
  7.  
  8.         Set the variables
  9.         CC      = The C compiler
  10.         CFLAGS  = C compiler flags
  11.  
  12.         LD      = The linker
  13.         LDFLAGS = Linker flags
  14.  
  15.         YACC    = yacc or bison program
  16.         LEX     = lex or flex program
  17.  
  18.         PERL    = Perl Program
  19.  
  20.         LATEX   = LaTeX program
  21.         DVIPS   = dvips Program
  22.         LATEX_PAGE = Page size for LaTeX output (A4 or US only)
  23.  
  24.  
  25. 2) Run 'make'         in this directory to make all of the programs
  26.        'make docs'    in this directory to make the README & documents
  27.        'make install' in this directory to install the program.
  28.  
  29.  
  30. 3) Print README.ps, read README.dvi or browse README.html to understand how to
  31.    use the program.
  32.  
  33.  
  34. The Makefiles in cxref version 1.3 have all been modified from those in previous
  35. versions.  They are now fully automated, I have only been able to test them on a
  36. limited number of system types, so if you have problems, let me know.
  37.